Implement plat_set_nv_ctr for FVP platforms
authorAntonio Nino Diaz <[email protected]>
Fri, 20 May 2016 13:14:16 +0000 (14:14 +0100)
committerAntonio Nino Diaz <[email protected]>
Fri, 3 Jun 2016 10:17:03 +0000 (11:17 +0100)
commitfe7de03546e2d20b74667c5b5fd232f30f9e9d2f
tree74b9dfd669a0cf1aa1b64bd955cc6a3765c79c82
parenta7e530331d7cf4b58618f0715e61b5a872176f07
Implement plat_set_nv_ctr for FVP platforms

Replaced placeholder implementation of plat_set_nv_ctr for FVP
platforms by a working one.

On FVP, the mapping of region DEVICE2 has been changed from RO to RW
to prevent exceptions when writing to the NV counter, which is
contained in this region.

Change-Id: I56a49631432ce13905572378cbdf106f69c82f57
plat/arm/board/common/board_arm_trusted_boot.c
plat/arm/board/fvp/fvp_common.c
plat/arm/board/fvp/fvp_trusted_boot.c [new file with mode: 0644]
plat/arm/board/fvp/platform.mk